Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/

Assets /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/Assets/
1 Items
  • Assets.png
  • app.js /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/app.js
    227 Views
    0 Comments
    const form = document.querySelector('form');


    //add an event listener to the form

    form.addEventListener('submit', function(e){
    html /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/html
    401 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initia
    index.html /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/index.html
    382 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initia
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/style.css
    114 Views
    0 Comments
    form {
    background-color: rgb(241, 9, 144);
    color: white;
    width: 500px;
    height: 300px;
    margin: 100px auto 100